home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Doc / bibliography.bib < prev    next >
Encoding:
BibTeX database file  |  1996-03-27  |  9.5 KB  |  348 lines

  1. @String{pub-IEEE        = "IEEE Computer Society Press"}
  2. @String{pub-IEEEadr     = "1109 Spring Street, Suite 300, Silver
  3.                            Spring, MD 20910, USA"}
  4. @String{pub-DP          = "Digital Press"}
  5. @String{pub-DPadr       = "12 Crosby Drive, Bedford, MA 01730, USA"}
  6. @String{pub-PH          = "Pren{\-}tice-Hall"}
  7. @String{pub-PHadr       = "Englewood Cliffs, NJ 07632, USA"}
  8.  
  9. @book{AMOP,
  10.    author    = {Gregor Kickzales, Jim de Rivi\`eres and Daniel G. Bobrow},
  11.    title     = {The Art of Meta Object Protocol},
  12.    year      = {1991},
  13.    publisher = {MIT Press}
  14. }
  15.  
  16.  
  17. @article{CLOS,
  18.    key       = {CLOS},
  19.    author    = {{Daniel D. Bobrow,} {Linda G DeMichiel,} {Richard P. Gabriel,} {Sonya E. Keene,} {Gregor Kiczales} and {David A. Moon}},
  20.    title     = {{Common Lisp Object System} Specification},
  21.    journal   = {Sigplan Notices},
  22.    year      = {1986},
  23.    month     = {november},
  24.    volume    = {23},
  25.    number    = {Special Issue}
  26. }
  27.  
  28.  
  29. @book{CLtL2,
  30.    author    = {Guy L. {Steele Jr.}},
  31.    title     = {Common Lisp: the Language, 2nd Edition},
  32.    year      = {1990},
  33.    publisher = pub-DP,
  34.    address   = pub-DPadr,
  35.    isbn      = {1-55558-042-4},
  36.    lccn      = {QA76.73.L23 S73 1990}
  37. }
  38.  
  39.  
  40. @inproceedings{Ducasse93-1,
  41.    author    = {Stephane Ducasse et Mireille Blay-Fornarino},
  42.    title     = {Protocol for managing Dependencies between Objects by controlling Generic Function InvocationO},
  43.    booktitle = {OOPSLA'93 workshop on Object-Oriented Refelection and Metalevel Architectures},
  44.    organization = {ACM},
  45.    year      = {1993},
  46.    month     = {october}
  47. }
  48.  
  49.  
  50. @book{Dylan,
  51.    author    = {Apple Computer},
  52.    title     = {Dylan: an Object Oriented Dynamic Language},
  53.    year      = {1992},
  54.    month     = {April},
  55.    editor    = {Apple},
  56.    publisher = { }
  57. }
  58.  
  59.  
  60. @inproceedings{Gallesio93-1,
  61.    author    = {Erick Gallesio},
  62.    title     = {Embedding a Scheme Interpreter in the {Tk} Toolkit},
  63.    booktitle = {First Tcl/Tk Workshop,  Berkeley},
  64.    year      = {1993},
  65.    month     = {June},
  66.    editor    = {Lawrence A. Rowe},
  67.    pages     = {103--109}
  68. }
  69.  
  70.  
  71. @inproceedings{Gallesio94-1,
  72.    key       = {Gallesio94-1},
  73.    author    = {Erick Gallesio},
  74.    title     = {{\stklos}: A Scheme Object Oriented System dealing with the Tk Toolkit},
  75.    booktitle = {Xhibition 94, San Jose, CA},
  76.    year      = {1994},
  77.    month     = {June},
  78.    editor    = {ICS},
  79.    pages     = {63--71}
  80. }
  81.  
  82.  
  83. @techreport{Gallesio95-1,
  84.    author    = {Erick Gallesio},
  85.    title     = {{\stk} Reference Manual},
  86.    institution = {I3S CNRS / Universit\'e de Nice - Sophia Antipolis},
  87.    year      = {1995},
  88.    month     = {juillet},
  89.    number    = {RT~95-31},
  90.    pages     = {82}
  91. }
  92.  
  93.  
  94. @techreport{Gallesio95-1a,
  95.    author    = {Erick Gallesio},
  96.    title     = {{\stk} Reference Manual},
  97.    institution = {I3S CNRS / Universit\'e de Nice - Sophia Antipolis},
  98.    year      = {1995},
  99.    month     = {juillet},
  100.    number    = {RT~95-31a},
  101.    pages     = {82}
  102. }
  103.  
  104.  
  105. @techreport{Gallesio95-2,
  106.    author    = {Erick Gallesio},
  107.    title     = {Designing a Meta Object Protocol to wrap a Standard Graphical Toolkit},
  108.    institution = {I3S CNRS / Universit\'e de Nice - Sophia Antipolis},
  109.    year      = {1995},
  110.    month     = {juillet},
  111.    number    = {RT~95-32},
  112.    pages     = {16}
  113. }
  114.  
  115.  
  116. @inproceedings{Gallesio96-1,
  117.    author    = {Erick Gallesio},
  118.    title     = {{Designing a Meta Object Protocol to wrap a Standard Graphical Toolkit}},
  119.    booktitle = {{ISOTAS'96}},
  120.    year      = {1996},
  121.    month     = {march},
  122.    publisher = {LNCS 1049, Springer-Verlag},
  123.    pages     = {137--156},
  124. }
  125.  
  126.  
  127. @article{IEEE-Scheme,
  128.    author    = {IEEE Standard 1178--1990},
  129.    title     = {{IEEE Standard for the Scheme Programming Language}},
  130.    journal   = {Institute of Electrical and Electronical Engineers, Inc. (New York)},
  131.    year      = {1991}
  132. }
  133.  
  134.  
  135. @book{Kernighan:CPL88,
  136.    author    = {Brian W. Kernighan and Dennis M. Ritchie},
  137.    title     = {The C Programming Language},
  138.    year      = {1988},
  139.    publisher = pub-PH,
  140.    address   = pub-PHadr,
  141.    edition   = {Second},
  142.    isbn      = {0-13-110362-8},
  143.    lccn      = {QA76.73.C15 K47 1988},
  144.    pages     = {xii + 272},
  145.    bibdate   = {Wed Dec 15 10:36:09 1993}
  146. }
  147.  
  148.  
  149. @inbook{Kickzales:PCL,
  150.    author    = {Gregor J. Kiczales and Luis H. Rodriguez Jr},
  151.    title     = {Object-Oriented Programming: The {CLOS} Perspective},
  152.    chapter   = {Efficient Method Dispatch in {PCL}},
  153.    year      = {1993},
  154.    editor    = {A. Paepcke},
  155.    publisher = {The MIT Press, Cambridge, MA},
  156.    pages     = {335--348}
  157. }
  158.  
  159.  
  160. @inproceedings{Kickzales:oopsla92,
  161.    author    = {Gregor Kickzales and John Lamping},
  162.    title     = {Issues in the Design and Specification of Class Libraries},
  163.    booktitle = {Proceedings of OOPSLA},
  164.    year      = {1992}
  165. }
  166.  
  167.  
  168. @inproceedings{Lisp:History-1,
  169.    author    = {John McCarthy},
  170.    title     = {History of Lisp},
  171.    booktitle = {Proceedings of the ACM SIGPLAN Hystory of Programming Languages Conference, Los Angeles, California},
  172.    year      = {1978},
  173.    month     = {june}
  174. }
  175.  
  176.  
  177. @article{Lisp:History-2,
  178.    author    = {{Guy L. Steele Jr.} and {Richard P. Gabriel}},
  179.    title     = {The Evolution of Lisp},
  180.    journal   = {ACM SIGPLAN Notices},
  181.    year      = {1993},
  182.    month     = {March},
  183.    volume    = {28},
  184.    number    = {3},
  185.    pages     = {231--270}
  186. }
  187.  
  188.  
  189. @conference{Lord95-1,
  190.    author    = {Thomas Lord},
  191.    title     = {The Guile Architecture for Ubiquitous Computing, An anatomy of Guile},
  192.    booktitle = {Proceedings of the Usenix Tcl/Tk Workshop'95},
  193.    year      = {1995},
  194.    pages     = {to appear}
  195. }
  196.  
  197.  
  198. @techreport{Mugridge-91,
  199.    author    = {W. B. Mugridge, J.G. Hosking and J. Hamer},
  200.    title     = {Multi-methods in statically-typed programming language},
  201.    institution = {Departement of Computer Science, University of Auckland},
  202.    year      = {1991},
  203.    number    = {50}
  204. }
  205.  
  206.  
  207. @conference{OpenC++,
  208.    author    = {Shigeru Chiba and Takashi Masuda},
  209.    title     = {Designing an Extensible Distributed Language with a Meta-Level Architecture},
  210.    booktitle = {Proceedings of the 7th European Conference on Object-Oriented Programming (ECOOP'93)},
  211.    year      = {1993},
  212.    month     = {may},
  213.    publisher = {LNCS 707, Springer-Verlag},
  214.    pages     = {482--501}
  215. }
  216.  
  217.  
  218. @inproceedings{Ouster-Tcl,
  219.    key       = {Ouster-Tcl},
  220.    author    = {John K. Ousterhout},
  221.    title     = {{Tcl}: an embeddable command language},
  222.    booktitle = {USENIX Winter Conference},
  223.    year      = {1990},
  224.    month     = {January},
  225.    pages     = {183--192}
  226. }
  227.  
  228.  
  229. @inproceedings{Ouster-Tk,
  230.    author    = {John K. Ousterhout},
  231.    title     = {{An X11 toolkit based on the Tcl Language}},
  232.    booktitle = {USENIX Winter Conference},
  233.    year      = {1991},
  234.    month     = {January},
  235.    pages     = {105--115}
  236. }
  237.  
  238.  
  239. @book{Ouster-book,
  240.    author    = {John K. Ousterhout},
  241.    title     = {Tcl and the Tk toolkit},
  242.    year      = {1994},
  243.    publisher = {Addison-Wesley},
  244.    isbn      = {0-201-63337-X}
  245. }
  246.  
  247.  
  248. @book{POSIX.1-90,
  249.    key       = {POSIX.1-90},
  250.    author    = {POSIX Committee},
  251.    title     = {System Application Program Interface ({API}) [C Language]},
  252.    year      = {1990},
  253.    publisher = pub-IEEE,
  254.    address   = pub-IEEEadr,
  255.    series    = {Information technology---Portable Operating System
  256.        Interface ({POSIX})},
  257.    isbn      = {1-55937-061-0},
  258.    lccn      = {90-084554},
  259.    iso-standard-number = {ISO/IEC 9945-1: 1990},
  260.    ieee-standard-number = {IEEE Std 1003.1-1990},
  261.    acknowledgement = ack-kb 
  262. }
  263.  
  264.  
  265. @article{R4RS,
  266.    author    = {William Clinger and Jonathan Rees (editors)},
  267.    title     = {{$Revised^{4}$ Report on the Algorithmic Language Scheme}},
  268.    journal   = {ACM Lisp Pointers},
  269.    year      = {1991},
  270.    volume    = {4},
  271.    number    = {3}
  272. }
  273.  
  274.  
  275. @book{SICP,
  276.    author    = {H. Abelson , G. J. Sussman and J. Sussman},
  277.    title     = {Structure and Interpretation of Computer Programs},
  278.    year      = {1985},
  279.    publisher = {McGraw-Hill (New York)}
  280. }
  281.  
  282.  
  283. @article{SOS,
  284.    author    = {Chris Hanson},
  285.    title     = {The SOS Reference Manual, version 1.5},
  286.    journal   = {in-line documentation of the SOS package. Source available
  287.        on martigny.ai.mit.edu in /archive/cph directory},
  288.    year      = {1993},
  289.    month     = {March}
  290. }
  291.  
  292.  
  293. @unpublished{Tiny-Clos,
  294.    author    = {Gregor Kickzales},
  295.    title     = {Tiny-Clos},
  296.    year      = {1992},
  297.    month     = {December},
  298.    note      = {Source available on \mbox{parcftp.xerox.com} in
  299.        directory \mbox{/pub/mops}},
  300.    journal   = {unpublished work. Source available on \mbox{parcftp.xerox.com} in
  301.        directory \mbox{/pub/mops}}
  302. }
  303.  
  304.  
  305. @misc{Tiollier95-1,
  306.    key       = {Tiollier95-1},
  307.    author    = {Eve Tiollier},
  308.    title     = {{I}nt\'egration de la notion de groupe dans un langage \`a objets},
  309.    year      = {1995},
  310.    month     = {juin},
  311.    howpublished = {DEA d'Informatique, Universit\'e de Nice}
  312. }
  313.  
  314.  
  315. @article{X11,
  316.    author    = {Robert W. Scheiflert and Jim Gettys},
  317.    title     = {{The X Window System}},
  318.    journal   = {ACM Transactions on Graphics},
  319.    year      = {1986},
  320.    month     = {April},
  321.    volume    = {5},
  322.    number    = {2},
  323.    pages     = {79--109}
  324. }
  325.  
  326.  
  327. @inproceedings{interviews,
  328.    key       = {interviews},
  329.    author    = {Mark A. Linton, Paul R. Calder and John Vlissides},
  330.    title     = {The Design and Implementation of InterViews},
  331.    booktitle = {Proceedings of the USENIX C++ Workshop},
  332.    year      = {1987},
  333.    month     = {november},
  334.    address   = {Santa Fe, New Mexico}
  335. }
  336.  
  337.  
  338. @inproceedings{predicate-classes,
  339.    author    = {Craig Chambers},
  340.    title     = {{P}redicate {C}lasses},
  341.    booktitle = {EcoProceedings of the 7th European Conference on Object-Oriented Programming (ECOOP'93)},
  342.    year      = {1993},
  343.    month     = {may},
  344.    publisher = {LNCS 707, Springer-Verlag},
  345.    pages     = {268--296}
  346. }
  347.  
  348.